home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / daemons / arpd / RCS / arpd.man,v < prev   
Encoding:
Text File  |  1990-01-03  |  2.5 KB  |  83 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     90.01.03.09.31.21;  author ouster;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @'\" Copyright 1989 Regents of the University of California
  26. '\" Permission to use, copy, modify, and distribute this
  27. '\" documentation for any purpose and without fee is hereby
  28. '\" granted, provided that this notice appears in all copies.
  29. '\" The University of California makes no representations about
  30. '\" the suitability of this material for any purpose.  It is
  31. '\" provided "as is" without express or implied warranty.
  32. '\" 
  33. '\" $Header: /sprite/lib/forms/RCS/cmd.man,v 1.1 89/02/23 13:08:24 ouster Exp $ SPRITE (Berkeley)
  34. '/" 
  35. .so \*(]ltmac.sprite
  36. .HS ARPD cmds
  37. .BS
  38. '\" Note:  do not modify the .SH NAME line immediately below!
  39. .SH NAME
  40. arpd \- Respond to ARP and RARP requests
  41. .SH SYNOPSIS
  42. \fBarpd\fR [\fIoptions\fR]
  43. .SH OPTIONS
  44. .IP "\fB\-f \fIfileName\fR" 15
  45. Use \fIfileName\fR as the configuration file containing host network
  46. addresses.  The file \fB/etc/spritehosts\fR is used by default.  If
  47. this switch is given, \fIfileName\fR must have the same format as
  48. \fB/etc/spritehosts\fR.
  49. .IP "\fB\-v\fR" 15
  50. Verbose:  print information on standard output as requests are
  51. processed.
  52. .IP "\fB\-help\fR" 15
  53. Print a summary of the command-line options and exit immediately.
  54. .BE
  55.  
  56. .SH DESCRIPTION
  57. .PP
  58. \fBArpd\fR is a program that responds to requests made under the
  59. Internet Address Resolution Protocol (ARP) and Reverse Address
  60. Resolution Protocol (RARP).  See RFC826 for details on ARP and
  61. RFC903 for details on RARP.  \fBArpd\fR reads a configuration
  62. file (normally \fB/etc/spritehosts\fR) that describes a set of
  63. hosts and their Internet and Ethernet addresses;  it will respond
  64. to ARP and RARP requests for any
  65. host listed in the file.  Note that this differs from the common
  66. practice in many UNIX systems, where each host responds to ARP
  67. requests for itself;  the norm in Sprite is for a single \fBarpd\fR
  68. process to handle all requests for the Sprite network.
  69. .PP
  70. Although \fBarpd\fR caches the host information in its memory, it
  71. checks the last-modified time on the configuration file before responding
  72. to each request, and reloads its internal database if the configuration
  73. file has changed.
  74. .PP
  75. \fBArpd\fR generates diagnostic messages on its standard output.
  76. Normally, only major errors result in output, but if the \fB\-v\fR
  77. switch is given, then additional output is generated to describe
  78. all of the program's actions.
  79.  
  80. .SH KEYWORDS
  81. arp, daemon, protocol, rarp, /etc/spritehosts
  82. @
  83.